support third party library configuration in qmake (#611)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Mon, 27 Jul 2020 21:25:22 +0000 (15:25 -0600)
committerGitHub <noreply@github.com>
Mon, 27 Jul 2020 21:25:22 +0000 (15:25 -0600)
commitd0b73a0b8fca2f9c0ee6253954920f9bd142cba6
tree6d6a4ad6e3f5db0026ad162adf20eb594362736b
parenta12c58a6741ee852bb8159d2fcd87bbc4c40f1cc
support third party library configuration in qmake (#611)

* add qmake options to specify libraries.

* fix no libusb along lines of #610

* correct inclusion of shapelib headers.

* more closely match original includes

instead of trying to use HAVE_*, ENABLED_* *_INHIBITED and
-I options in a consistent manner.

We can revisit this after the demise of configure.

* add qmake message when libusb is disabled.
GPSBabel.pro
jeeps/gpslibusb.cc
jeeps/gpsusbstub.cc
libusb.pri [new file with mode: 0644]
shape.cc
shape.h
shapelib.pri [new file with mode: 0644]
zlib.pri [new file with mode: 0644]